Raster Plane Options
The raster plane options enumeration defines constants that you can use in theplaneOptions
field of the raster offscreen plane setup structure.
enum { gxDefaultOffscreen = 0x00000000, gxDontSetHalftone = 0x00000001, gxDotTypeIsDitherLevel = 0x00000002 }; typedef long gxRasterPlaneOptions;Constant descriptions
gxDefaultOffscreen
- The driver allocates bits for the print job and creates halftone values. This is the default value.
gxDontSetHalftone
- The driver does not call the
GXSetViewPortHalftone
function.gxDotTypeIsDitherLevel
- The driver calls the
GXSetViewPortDither
function and uses thegxDotType
constant as the dithering level.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help